home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PRINTER / FLOCHRT.ARJ / MS.BAT < prev    next >
DOS Batch File  |  1991-03-19  |  291b  |  26 lines

  1. echo off
  2.  
  3. :start
  4. cls
  5. ms_menu
  6. if errorlevel 2 goto inshard
  7. if errorlevel 1 goto insflop
  8. if errorlevel 0 goto endit
  9.  
  10. :inshard
  11. cls
  12. hard
  13. goto end
  14.  
  15. :insflop
  16. cls
  17. soft
  18. goto end
  19.  
  20. :endit
  21. cls
  22. echo To restart the menu, simply type in MS and then hit the ENTER key.
  23. echo"
  24.  
  25. :end
  26.